跳到主要内容

task bluesky\_engage - Bluesky 帖文互动任务

命令名称

/task bluesky_engage

描述

此命令允许您创建一个任务,奖励成员与特定 Bluesky 帖文互动的行为。您可以定义互动类型(例如:点赞、转帖、回复)、设置任务期限,并指定成员 Bluesky 帐号的最低要求(注册时长、粉丝数),以确保高质量的互动。

用法

/task bluesky_engage <post_link> <duration> [type] [account_age] [followers] [char_length] [role_reward]

参数

必选参数

  • <post_link>: 成员必须互动的 Bluesky 帖文链接。

  • <duration>: 任务的持续时间。可用选项包括:

    • 1h/2h/6h/12h: 1小时、2小时、6小时、12小时
    • 24h: 24小时
    • 2d/5d/7d: 2天、5天、7天

可选参数

  • [type]: 所需的互动类型。

    • Only Like(仅点赞)
    • Only RT(仅转帖)
    • Only Reply(仅回复)
    • RT & Like(转帖和点赞)
    • RT & Reply(转帖和回复)
    • Like & Reply(点赞和回复)
    • All(所有,默认为此项)
  • [account_age]: Bluesky 帐号的最低注册时长。

    • 1 Month Old(1个月)
    • 3 Months Old(3个月)
    • 6 Months Old(6个月)
    • 12 Months Old(12个月)
  • [followers]: 成员在 Bluesky 上所需的最低粉丝数。

    • 25 Followers(25粉丝)
    • 50 Followers(50粉丝)
    • 100 Followers(100粉丝)
    • 200 Followers(200粉丝)
    • 500 Followers(500粉丝)
  • [char_length]: 回复所需的最少字符数。

    • 5 Characters(5个字符)
    • 25 Characters(25个字符)
    • 50 Characters(50个字符)
    • 75 Characters(75个字符)
  • [role_reward]: 成员完成任务后将获得的角色。如果留空,则不奖励任何角色。

示例

  • 示例 1: 设置一个任务,在 24 小时内奖励给 https://bsky.app/profile/user.name/post/xxxx 的 Bluesky 帖文进行点赞或转帖的成员。

     /task bluesky_engage post_link:https://bsky.app/profile/user.name/post/xxxx duration:24h type:RT & Like
  • 示例 2: 设置一个任务,在 7 天内奖励给 https://bsky.app/profile/user.name/post/xxxx 帖文进行回复的成员,并要求回复至少 50 个字符,且该成员的 Bluesky 帐号注册至少 3 个月,粉丝数至少 100。

     /task bluesky_engage post_link:https://bsky.app/profile/user.name/post/xxxx duration:7d type:Only Reply account_age:3 Months Old followers:100 Followers char_length:50 Characters

注意事项

  • 每个 Bluesky 帖文互动任务,每个成员只能获得一次奖励,即使他们对帖文进行了多次或多种互动。
  • 如果帖文 ID 相同,成员也只能获得一次任务奖励。
  • [char_length] 参数仅在 [type] 设置为 Only ReplyRT & ReplyLike & ReplyAll 时有效。